text/template/parse.Tree.newPipeline (method)
3 uses
text/template/parse (current package)
node.go#L198: func (t *Tree) newPipeline(pos Pos, line int, vars []*VariableNode) *PipeNode {
node.go#L242: n := p.tr.newPipeline(p.Pos, p.Line, vars)
parse.go#L444: pipe = t.newPipeline(token.pos, token.line, nil)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)